testing.testState.maxParallel (field)

3 uses

	testing (current package)
		testing.go#L2199: 	maxParallel int
		testing.go#L2206: 		maxParallel:   maxParallel,
		testing.go#L2213: 	if s.running < s.maxParallel {